projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74edd77
)
(cl-mod): Renamed from mod.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 1 Jun 1993 16:30:54 +0000
(16:30 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 1 Jun 1993 16:30:54 +0000
(16:30 +0000)
lisp/cl.el
patch
|
blob
|
history
diff --git
a/lisp/cl.el
b/lisp/cl.el
index e4777ef37941f47313145d53497c4a2a8a5ca6af..aeb90b9977f0712cb953c9fd63f35771a8021237 100644
(file)
--- a/
lisp/cl.el
+++ b/
lisp/cl.el
@@
-1804,7
+1804,7
@@
DIVISOR defaults to 1. The remainder is produced as a second value."
;;; These two functions access the implementation-dependent representation of
;;; the multiple value returns.
-(defun mod (number divisor)
+(defun
cl-
mod (number divisor)
"Return remainder of X by Y (rounding quotient toward minus infinity).
That is, the remainder goes with the quotient produced by `cl-floor'.
Emacs Lisp hint: